SoX – An Introduction

SoX, short for Sound eXchange, is a command line utility that can convert audio data into other formats. It can also apply various effects, play, record, mix, and filter the audio data. Refer to the development website, http://sox.sourceforge.net/. In a previous post I used it to create a spectrogram of an audio file using this command. sox audio-in.wav -n spectrogram Lets start with basic play operation. SoX can play audio data through the command line using the play command, here … Continue reading SoX – An Introduction